home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / exporter / DXF / DXFDll.h < prev    next >
Encoding:
Text File  |  1997-07-09  |  249 b   |  16 lines

  1. /* $Id: DXFDll.h 1.1 1996/07/18 23:58:27 Damien Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5.  
  6. #ifndef __DXFDLL__
  7. #define __DXFDLL__  
  8.  
  9. // Global variables used by the DLL
  10. extern long global_count_Obj;
  11. extern long global_count_Lock;
  12.  
  13.  
  14. #endif // __DXFDLL__
  15.  
  16.